Class ZipDirectoryExtracting
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.sun.java.swing.JDialog
|
+----ZipDirectoryExtracting
- public class ZipDirectoryExtracting
- extends JDialog
This class is use to select the directory where extract the files
- Version:
- 1.0
- Author:
- Frank Moisant - Patrick Titiano
- See Also:
- ZipTable, ZipButton
-
canceled
-
-
comboBox
-
-
currentDirectory
-
-
files
-
-
newFolderButton
-
-
owner
-
-
positionInPathName
-
-
result
-
-
scrollPane
-
-
upButton
-
-
zipTable
-
-
ZipDirectoryExtracting(Frame)
- Constructor of the class, initialize all the components
-
getSelectedDirectory()
- Method return the selected directory
-
isResizable()
- Method calls when the window manager want to resize th Dialog
-
setPath(String)
- set the path to display
scrollPane
private JScrollPane scrollPane
zipTable
private ZipTable zipTable
upButton
private ZipButton upButton
newFolderButton
private ZipButton newFolderButton
files
private Vector files
currentDirectory
private String currentDirectory
comboBox
private JComboBox comboBox
result
private Vector result
owner
private Frame owner
positionInPathName
public int positionInPathName
canceled
public boolean canceled
ZipDirectoryExtracting
public ZipDirectoryExtracting(Frame owner)
- Constructor of the class, initialize all the components
- Parameters:
- owner - the frame which intanciate the Dialog
setPath
public void setPath(String path)
- set the path to display
- Parameters:
- path - the path to display
isResizable
public boolean isResizable()
- Method calls when the window manager want to resize th Dialog
- Returns:
- always false
- Overrides:
- isResizable in class Dialog
getSelectedDirectory
public String getSelectedDirectory()
- Method return the selected directory
- Returns:
- the path + file name